A. SessionId
B. LCID
C. Item
D. Key
Advertisement
Related Mcqs:
- Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?
- A. Lock() B. ThreadLock C. Synchronize() D. Synchronize...
- In ASP.NET if one wants to maintain session then which of the following is used ?
- A. Microsoft SQL Server B. Session State Service C. In-process storage D. All of the above...
- What is the default session out time__________________?
- A. 10 sec B. 20 sec C. 20 min D. 40 min...
- Which of the following is true about session in ASP.NET ?
- A. The default time interval is 5 minutes B. Programmers has to take care of delete sessions after configurable timeout interval C. ASP.NET automatically delete sessions after configurable timeout interval D. None of the Above...
- How do you explicitly kill a user session ?
- A. Session.Exit B. Session.Close( ) C. Session.Discard( ) D. Session.Abandon...
- Who can access Session state variables ?
- A. All users within a single tunnel B. All Users of an application C. A Single session D. All of the above...
- Which of the following is not a member of ADODBCommand object ?
- A. Open B. ExecuteScalar C. ExecuteReader D. ExecuteStream...
- Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ________________?
- A. Threading B. AppDomain C. RCW D. Serialization...
- Which of the following object is not an ASP component ?
- A. AdRotator B. File Access C. LinkCounter D. Counter...
- Which of the following ASP.NET object encapsulates the state of the client ?
- A. Application object B. Session object C. Server object D. Response object...
Advertisement